Use GdkRGBA for text attributes
authorMatthias Clasen <mclasen@redhat.com>
Fri, 28 Oct 2016 20:58:12 +0000 (16:58 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 1 Nov 2016 17:58:10 +0000 (13:58 -0400)
commit6e178aede26f903d573032f6dd4a679b30923cfc
tree0c6afcde29331a12a99436101a986f2d04289fab
parente6d5a3dce2f189eb35a91cc4e96f6138ef39128d
Use GdkRGBA for text attributes

Now that GtkTextAttributes is private, we can clean this struct
up a bit. The first step is to switch from GdkColor to GdkRGBA,
and adapt all users.
gtk/Makefile.am
gtk/a11y/gtktextviewaccessible.c
gtk/gtktextattributes.c
gtk/gtktextattributes.h
gtk/gtktextattributesprivate.h [deleted file]
gtk/gtktextdisplay.c
gtk/gtktextlayout.c
gtk/gtktexttag.c
gtk/gtktexttagprivate.h
gtk/gtktextutil.c
gtk/gtktextview.c